home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modSamplePrint"
- '******************************************************************'
- '* *'
- '* TurboCAD for Windows *'
- '* Copyright (c) 1993 - 2001 *'
- '* International Microcomputer Software, Inc. *'
- '* (IMSI) *'
- '* All rights reserved. *'
- '* *'
- '******************************************************************'
-
- Option Explicit
-
- Global objApp As Application
- Global Drs As Drawings
- Global Dr As Drawing
- Global Vis As Views
- Global Vi As View
- Global Bls As Blocks
- Global Bl As Block
-
- Sub Main()
- frmSamplePrint.Show 1
- End Sub
-
-